home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Fun & Games / CoreWar / dwarf < prev    next >
Encoding:
Text File  |  1985-05-18  |  153 b   |  12 lines  |  [FGHT/CWAR]

  1. *
  2. * Basic fighter program which sprays zeroes
  3. * all through memory.
  4. *
  5. *
  6. @-1
  7. bombpt  dat 0
  8. *
  9. lup        add #5,bombpt
  10.         mov #0,@bombpt
  11.         jmp lup
  12.